home *** CD-ROM | disk | FTP | other *** search
/ 101 OnLy ThE BeSt GaMeS 6 / 101 OnLy ThE BeSt GaMeS 6.iso / bonus / sfdemo / instme1.bat next >
Encoding:
DOS Batch File  |  1996-09-03  |  710 b   |  26 lines

  1. echo off
  2. cls
  3. echo Special Game Installation Instructions (C)1996, Tech Express, Inc.
  4. echo ==============================================================
  5. echo . 
  6. echo This special game must be installed from CD-ROM to your hard drive.
  7. echo . 
  8. echo In order to play this game from ICON in game menu, this game should
  9. echo . 
  10. echo be placed in default directory "C:\GAMES\SF3000\"
  11. echo . 
  12. echo After installation and config your sound card, this game will be
  13. echo . 
  14. echo ready to play from ICON in game menu.( just click the mouse button)
  15. echo . 
  16. echo Enjoy the game.
  17. Echo . 
  18. pause
  19. copy starfght.zip c:\
  20. c:
  21. cd \
  22. pkunzip -d c:\starfght.zip
  23. attrib -r c:\starfght.zip
  24. del c:\starfght.zip
  25. 
  26.